.slider {
  max-width: 1000px;
  margin: 0 auto;
}

.swiper-container {
  padding-bottom: 40px;
}

.swiper-scrollbar {
  background: #08cfc4;
}

.swiper-container-horizontal > .swiper-scrollbar {
  height: 15px;
  width: 200px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
}

.swiper-wrapper img {
  width: 100%;
}
